/* 左侧导航 */

header[role=heading].active {
    left: 0;
}

header[role=heading] {
    position: fixed;
    width: 240px;
    height: 100%;
    left: -240px;
    top: 0;
    background: #fff;
    text-align: center;
    z-index: 9999999;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}

.head-box {
    font-size: 14px;
    width: 240px;
    height: 100%;
    overflow: auto;
}

.head-top, .head-bottom {
    overflow: hidden;
}
.logo-box {
    margin: 20px 0;
}
.logo-box img {
    max-width: 100%;
}
.jodo-box {
    margin: 20px 0;
}
.jodo-box p {
    display: block;
    margin: 0 auto;
    font-size: 14px;
    width: 130px;
}
.jodo-box p em.fa {
    font-size: 22px;
    line-height: 1.05;
    width: auto;
    padding: 0 1px 0 4px;
    position: relative;
    bottom: -4px;
    top: 2px;
}
em.fa {
    width: 18px;
    text-align: center;
}
.nav-cut {
    position: relative;
    text-align: center;
    line-height: 36px;
    overflow: auto;
}
.nav-cut>ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}
.nav-cut>ul>li {
    /* display: block; */
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    cursor: pointer;
}
.nav-cut>ul>li.active {
    width: 130px;
    background: #00dfb9;
    color: #fff;
    margin: 0 auto;
    border-radius: 32px;
    display: block;
    cursor: pointer;
}

.nav-cut>ul>li.background:before {
    content: '-';
    width: 130px;
    background: #00dfb9;
    color: #00dfb9;
    margin: 0 auto;
    border-radius: 32px;
    display: block;
    cursor: pointer;
}
.nav-cut>ul>li:hover>a, .nav-cut>ul>li.active>a, .nav-cut>ul:hover>li.active:hover>a {
    transition: .05s .2s;
    -moz-transition: .05s .2s;
    -ms-transition: .05s .2s;
    -o-transition: .05s .2s;
    -webkit-transition: .05s .2s;
}
.nav-cut>ul>li>a {
    display: block;
    position: relative;
    z-index: 99;
}
a:-webkit-any-link {
    text-decoration: none;
}
.nav-cut>ul>li.background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    -webkit-transition: .2s;
}
.head-bottom {
    overflow: hidden;
}
.foto-box {
    position: relative;
    z-index: 9;
    margin: 20px 0;
}
.social-box {
    margin-bottom: 7.5px;
}
.foto-cut {
    padding: 0 10px;
}

.nav-cut ul>li>ul {
    position: relative;
    left: 0;
    top: 0 !important;
    padding: 20px 0 0 0;
    width: 180px;
    margin: 0 auto;
    list-style: none;
    visibility: visible;
    opacity: 1;
    z-index: 99;
    transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
    transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    display: none;
}

.nav-cut ul>li>ul:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 4px;
    margin: 0 0 0 -10px;
    border-width: 0 9px 16px 9px;
    border-style: solid;
    border-color: transparent transparent #171717 transparent;
}

.nav-cut ul>li>ul>li:first-child {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    padding-top: 5px;
}

.nav-cut ul>li>ul>li {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #171717;
    position: relative;
    cursor: pointer;
    transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    -webkit-transition: .2s;
}
.nav-cut ul>li>ul>li:last-child {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-bottom: 5px;
}

.nav-cut ul>li>ul>li>a {
    display: block;
    padding: 0 40px;
    color: #eee;
    position: relative;
    z-index: 99;
    white-space: nowrap;
}


.social-box a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #00dfb9;
    font-size: 16px;
    margin: 2.5px 7.5px;
    cursor: pointer;
    color: #fff;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
/* 左侧导航 结束*/



.window-head {
    position: fixed;
    display: table;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    width: 100%;
    height: 70px;
    background:#000;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
}
.window-head2 {
    position: fixed;
    display: table;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    width: 100%;
    height: 70px;
    background: rgba(0, 0, 0, 0);
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
}
.window-head1 {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    width: 100%;
    height: 70px;
    background: rgba(0,0,0,0.5);
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
}

.window-head .head-left {
    position: absolute;
    left: 2.5%;
    top: 50%;
    color: #fff;
    cursor: pointer;
    transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}

.window-head .head-left img {
    max-width: 100%;
    max-height: 90px;
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    -webkit-transform-origin: left center;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
}

.window-head .head-right {
    position: absolute;
    right: 5%;
    top: 50%;
    margin: 0;
    height: 28px;
    padding-right: 28px;
    transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}

.window-head .head-right i {
    color: #00dfb9;
    font-size: 20px;
    border: 2px solid #00dfb9;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 26px;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
    overflow: hidden;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
}

.window-head .head-rights {
    position: absolute;
    right: 2.5%;
    top: 50%;
    height: 28px;
    transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}

.window-head .head-rights ol {
    font-style: normal;
    margin: 1px;
    padding: 0;
    width: 26px;
    height: 26px;
    display: block;
    cursor: pointer;
}

.window-head .head-rights ol li {
    width: 11px;
    height: 11px;
    float: left;
    margin: 1px;
    background: #00dfb9;
    display: block;
    overflow: hidden;
}
.main-box {
    padding: 0 0 50px 0;
}
.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #00DFB9;
    z-index: 99999999;
    height: 50px;
}
.footer .item {
    box-sizing: border-box;
    width: 25%;
    text-align: center;
    float: left;
}
.footer .item img {
    height: 25px;
    margin-top: 2px;
}
.footer .item p {
    height: 20px;
    line-height: 20px;
    margin: 0;
    color: #fff;
}
.met-scroll-top {
    bottom: 60px !important;
}